filechooserwidget: Return an id in get_choice()
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>
Sat, 18 Sep 2021 03:17:36 +0000 (00:17 -0300)
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>
Sat, 18 Sep 2021 03:22:05 +0000 (00:22 -0300)
commit02bb23486fa40e9a3e37097c2e1ca0a70ba193ab
treea43a205be244844a27ce7c83019521c3f9699194
parentbc0d9488eede6f71283cbef1f1a7ecc918065618
filechooserwidget: Return an id in get_choice()

gtk_file_chooser_widget_get_choice() is supposed to return the option
id of the choice, but it currently is returning the option label.

Return the option id instead.
gtk/gtkfilechooserwidget.c